@charset "utf-8";
:root {
  --black333:#333333;
}
html {
	background-color: #f2f2f2;
	color: var(--black333);
	color: #333333\0;
	font-size: 12px
}

html,
body {
	height: 100%;
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
form,
fieldset,
legend,
input,
textarea,
button,
p,
blockquote,
th,
td,
pre,
xmp {
	margin: 0;
	padding: 0
}

body,
input,
textarea,
button,
select,
pre,
xmp,
tt,
code,
kbd,
samp {
	line-height: 1.5;
	font-family: -apple-system-font, 'Helvetica Neue', Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
small,
big,
input,
textarea,
button,
select {
	font-size: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: -apple-system-font, 'Helvetica Neue', Helvetica, sans-serif;
}

/*h1,h2,h3,h4,h5,h6,b,strong{font-weight:normal}*/

address,
cite,
dfn,
em,
i,
optgroup,
var {
	font-style: normal
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left
}

caption,
th {
	text-align: inherit
}

ul,
ol,
menu {
	list-style: none
}

fieldset,
img {
	border: 0
}

img,
object,
input,
textarea,
button,
select {
	vertical-align: middle
}

article,
aside,
footer,
header,
section,
nav,
figure,
figcaption,
hgroup,
details,
menu {
	display: block
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "\0020"
}

textarea {
	overflow: auto;
	resize: vertical
}

input,
textarea,
button,
select,
a {
	outline: 0 none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0
}

mark {
	background-color: transparent
}

a,
ins,
s,
u,
del {
	text-decoration: none
}

sup,
sub {
	vertical-align: super
}

html {
	overflow-x: hidden;
	height: 100%;
	font-size: 12px;
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: -apple-system-font, 'Helvetica Neue', Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 1;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
}

hr {
	height: .02rem;
	margin: .1rem 0;
	border: medium none;
	border-top: .02rem solid #cacaca;
}

a {
	color: #0196fa; /* #25a4bb */
	text-decoration: none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

input[type=button],
input[type=text],
input[type=password] {
	-webkit-appearance: none;
}

input,
button,
textarea {
	font-family: -apple-system-font, 'Helvetica Neue', Helvetica, sans-serif;
}

img[src=""] {
	opacity: 0;
}

div {
	box-sizing: border-box;
}

/*新增*/
.no_select {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*隐藏class*/
.display_none {
	display: none;
}

/* 上三 */
.ads-upThree {
	padding: 30px;
	padding-bottom: 0px;
}
.ads-upThree li{
	background-color: #F3F8FF;
	padding: 15px;
	margin-bottom: 5px;
}
.ads-upThree li .item-row{
	padding: 0px 0 8px 0px;
}
.ads-upThree li .item-row .name{
	font-size: 16px;
	color: #004B91;
}
.ads-upThree li .item-row .webUrl{
	color: #1ab566;
	margin-left: 15px;
}

/* 下五 */
.down-five {
	padding: 20px 30px 0px 30px;
}
.down-five-head { 
	font-size: 13px;
	margin-bottom: 10px;
}
.down-five-head .name {
	font-size: 18px;
	font-weight: bold;
	color: #CC0033;
}
.down-five-head .number{
	font-size: 16px;
	color: #004B91;
}
.down-five-table{
	display: table;
	border-collapse: separate;
	box-sizing: border-box;
	border-spacing: 1px;
	background-color: #DEE5F0;
	width: 100%;
}
.down-five-table-tr {
	display: table-row;
	background-color: #FAFCFF;
}
.down-five-table-td {
	display: table-cell;
	padding: 10px 10px;
	font-size: 13px;
	width: 33%;
	color: #333;
}
.down-five-table-td a {
	color: #004B91;
	font-size: 14px;
}
.down-five-table-td .iconfont {
	font-size: 12px;
	margin-right: 5px;
	color: #1ab566;
}


/* 右侧赞助 */
.sponsor-ad {
	padding: 30px 0px 0px 0px;
}
.sponsor-ad .sponsor-ad-title {
	text-align: center;
	color: #969696;
}
.sponsor-ad .sponsor-ad-title b{
	font-weight: bold;
	color: #333333;
}
.sponsor-ad-ul {
	padding: 20px;
}
.sponsor-ad-ul li{
	background-color: #F3F8FF;
	padding: 15px 15px;
	margin-bottom: 10px;
}
.sponsor-ad-ul li .item-name {
	margin-bottom: 8px;
}
.sponsor-ad-ul li .item-name a{
	font-size: 16px;
	color: #004B91;
	text-decoration: revert;
}
.sponsor-ad-ul li .item-describe {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
}
.sponsor-ad-ul li .item-url a {
	color: #1ab566;
}
.addAdWrap {
	text-align: center;
	background-color: #f3f8ff;
	padding: 15px 0;
	margin: 0px 20px;
}
.addAdWrap p{
	padding: 5px 0;
}
.addAdWrapBottom{
	height: 20px;
}